home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / daten / ispell / interfaces / shell / irexxspelltest.rexx next >
OS/2 REXX Batch file  |  1992-09-27  |  235b  |  13 lines

  1. /* Test Program for IRexxSpell  Loren J. Rittle 11/6/89 */
  2. options results
  3. address 'IRexxSpell' 
  4. version
  5. say result
  6. check           "cat"
  7. say result
  8. check       "\whitt"
  9. say result
  10. check          "whitt"
  11. say result
  12. address 'IRexxSpell' exit
  13.